-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to pass wildcard arguments to --exclude
#508
Conversation
8abbe9a
to
50f9c55
Compare
Could you add a test verifying that sequences work? e.g. |
Hi @mayeut, I’d like to draw your attention to this PR for it can support wildcard Thanks! |
I also have a similar issue, where for example I need to exclude: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #508 +/- ##
==========================================
+ Coverage 92.47% 92.48% +0.01%
==========================================
Files 20 20
Lines 1289 1291 +2
Branches 250 250
==========================================
+ Hits 1192 1194 +2
Misses 56 56
Partials 41 41 ☔ View full report in Codecov by Sentry. |
@emmatyping-nv I had previously abandoned this PR because #411 had given me the impression that the PyPA team didn't want this change, but since there now appears to be activity on it from the maintainers, I went ahead and added this test. |
I won't have time to re-review this properly before the end of the year, maybe @lkollar will ? |
I only added a comment in the help message in the end. Thanks @KyleFromNVIDIA |
Thanks for resurrecting my PR and finalize it :) |
Fixes #500